LassoScript Utility
Basics Browse Detail

[Image->FlipV]

Tag Link [Image->FlipV] Category Image
Type Member Source Available No
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

Creates a vertical mirror image by reflecting the pixels around the central X-axis.

Syntax

[Image Variable->FlipV]

Parameters

No Parameters Required.

Examples

To mirror an image:

Use the [Image->FlipV] tag on a defined image variable. The following example mirrors the image vertically.

[Var: 'MyImage' =(Image: '/images/image.jpg')]
[$MyImage->FlipV]
[$MyImage->(Save: '/images/image.jpg')]